-
- 459 views
- 0 answers
- 0 votes
-
- 0 views
- 1 answers
- 0 votes
-
- 380 views
- 0 answers
- 0 votes
-
I have txt file which has x1,y1,z1,w1,desc1 x2,y2,z2,w2,desc2 till xn,yn,zn,wn,descn x,y,z and w are floats desc is 61 floats (Not …
- 396 views
- 0 answers
- 0 votes
-
I trained Resnet-50 classification network to classify my objects and I use the following code to evaluate the network. from …
- 417 views
- 1 answers
- 0 votes
-
Im working on a face recognition task where i would like to extract face features but just from specific key …
- 0 views
- 1 answers
- 0 votes
-
This simple piece of code is not working. output = cv2.namedWindow("Output", cv2.WINDOW_AUTOSIZE) cv2.imshow(output, saliencyMap) cv2.waitKey(0) It should show the saliencyMap …
- 382 views
- 1 answers
- 0 votes
-
I have made a camera monitoring application in PyQt using OpenCV. But when I start the application it takes around …
- 424 views
- 0 answers
- 0 votes
-
I’m getting ImportError: No module named cv2 while importing cv2 in Sublime-Text, whereas OpenCV is already installed and working fine …
- 364 views
- 0 answers
- 0 votes
-
My question is a little different from this post. My Android smartphone has a stereo rear camera setup which includes …
- 345 views
- 0 answers
- 0 votes